Home > biomechZoo > Toolbox > Zoo Processing > removechannel_data.m

removechannel_data

PURPOSE ^

data= REMOVECHANNEL_DATA(data,ch) removes channels from zoo files

SYNOPSIS ^

function data= removechannel_data(data,ch)

DESCRIPTION ^

 data= REMOVECHANNEL_DATA(data,ch) removes channels from zoo files

 ARGUMENTS
  data     ...  Zoo data (struct)
  ch       ...  Channels to remove (string or cell array of strings)

 RETURNS
  data     ...  Zoo data with ch removed from struct

 See also bmech_removechannel, bmech_removeevent, bmech_addevent, bmech_removeevent

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005